//==============================================================================
// Hypaspist_anim.txt
//==============================================================================

//==============================================================================
define HypaspistShield
{
   SetSelector none 
   {
      set hotspot
      {
         version
         {
					visual Attachments G Shield Hoplon Iron
					ReplaceTexture Attachments G Shield Copper/Attachments G Shield Iron
         }
      }
   }
}
//==============================================================================
define Spear
{
   SetSelector
   {
      set hotspot
      {
         version
         {
            visual attachments g dory
         }
      }
   }
}

//==============================================================================
define Head
{
   set hotspot
   {
      version
      {
				Visual Infantry G Hoplite Head champ
ReplaceTexture Infantry G Hoplite Head/infantry g hoplite head iron
      }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      TechLogic none
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_IdleA
                                                          ReplaceTexture Infantry G Hoplite Standard/Infantry G Hoplite Iron
				Connect FRONTABDOMEN heroglow hotspot
					connect RightHand spear hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
	      }
	   }
   }
}



//==============================================================================
anim Walk
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_WalkA

ReplaceTexture Infantry G Hoplite Standard/Infantry G Hoplite Iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag FootstepLeft 0.00 true   
                  tag FootstepRight 0.40 true   
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
					connect RightHand spear hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}

//==============================================================================
anim Attack
{
   SetSelector
   {
      TechLogic none
     set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_AttackA

ReplaceTexture Infantry G Hoplite Standard/Infantry G Hoplite Iron
//-- auto generated by the bang animation tool
//-- do not hand edit these values
                  tag Attack 0.30 true   
                  tag GenericSound 0.40 true   
//-- end auto generated section
				Connect FRONTABDOMEN heroglow hotspot
				Connect TopOfHead Head hotspot
					connect RightHand spear hotspot
				connect LeftForearm HypaspistShield hotspot
         }
      }
   }
}

//==============================================================================
anim Death
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_DeathA

ReplaceTexture Infantry G Hoplite Standard/Infantry G Hoplite Iron
				Connect FRONTABDOMEN heroglow hotspot
				connect RightHand spear hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


//==============================================================================
anim Bored
{
   SetSelector
   {
      TechLogic none
	   set hotspot
	   {
	      version
	      {
				Visual Infantry G Hoplite_boredA

ReplaceTexture Infantry G Hoplite Standard/Infantry G Hoplite Iron
				Connect FRONTABDOMEN heroglow hotspot
					connect RightHand spear hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
  }
	   }
   }
}

//==============================================================================
anim Flail
{
   SetSelector
   {
      TechLogic none
      set hotspot
      {
         version
         {
				Visual Infantry G Hoplite_FlailA

ReplaceTexture Infantry G Hoplite Standard/Infantry G Hoplite Iron
				Connect FRONTABDOMEN heroglow hotspot
					connect RightHand spear hotspot
				connect LeftForearm HypaspistShield hotspot
				Connect TopOfHead Head hotspot
         }
      }
   }
}


